type crypto/tls.certificateRequestMsg
8 uses
crypto/tls (current package)
conn.go#L1148: m = &certificateRequestMsg{
handshake_client.go#L723: certReq, ok := msg.(*certificateRequestMsg)
handshake_client.go#L1200: func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg) *CertificateRequestInfo {
handshake_messages.go#L1714: type certificateRequestMsg struct {
handshake_messages.go#L1724: func (m *certificateRequestMsg) marshal() ([]byte, error) {
handshake_messages.go#L1774: func (m *certificateRequestMsg) unmarshal(data []byte) bool {
handshake_server.go#L652: var certReq *certificateRequestMsg
handshake_server.go#L655: certReq = new(certificateRequestMsg)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |